comboboxtext: Remove misleading docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 2 Apr 2021 23:44:30 +0000 (19:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 2 Apr 2021 23:44:30 +0000 (19:44 -0400)
The entry is no longer accessible.
The docs were outdated.

Fixes: #3824
gtk/gtkcomboboxtext.c

index 4d1ba8243b309caa757886c92161bb478fe3deb5..0741fccfb6058159ec236a31809eb42aa4b74c98 100644 (file)
@@ -49,8 +49,7 @@
  *
  * If the `GtkComboBoxText` contains an entry (via the
  * [property@Gtk.ComboBox:has-entry] property), its contents can be retrieved
- * using [method@Gtk.ComboBoxText.get_active_text]. The entry itself can be
- * accessed by calling [method@Gtk.ComboBox.get_child] on the combo box.
+ * using [method@Gtk.ComboBoxText.get_active_text].
  *
  * You should not call [method@Gtk.ComboBox.set_model] or attempt to pack more
  * cells into this combo box via its [interface@Gtk.CellLayout] interface.